Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps broadcast-channel from 3.7.0 to 4.18.1.

Release notes

Sourced from broadcast-channel's releases.

4.18.1

  • Updated dependencies

See all changes in the CHANGELOG

4.18.0

  • FIX fix(indexedDB): Can't start a transaction on a closed database #1042 nabigraphics

4.10.0

  • Improve error message when calling postMessage to a closed channel.

4.9.0

Bugfixes:

  • When listening to messages directly, responses that where send directly after addEventListener() where missing because of inaccurate JavaScript timing.

4.8.0

Changes:

  • Better determine the correct responseTime to use to make it less likely to elect duplicate leaders.

4.7.1

Bugfixes:

  • Remove useless log at leader election fallback interval.

4.7.0

Bugfixes:

  • Prevent EMFILE, too many open files error when writing many messages at once.

4.6.0

Other:

  • Added broadcastChannel.id() for debugging

Bugfixes:

  • Refactor applyOnce() queue to ensure we do not run more often then needed.

4.3.0

Features:

  • Added LeaderElector.hasLeader
  • Added LeaderElector.broadcastChannel

4.2.0

Bugfixes:

Changelog

Sourced from broadcast-channel's changelog.

4.18.1 (31 October 2022)

  • Updated dependencies

4.18.0 (6 October 2022)

  • FIX fix(indexedDB): Can't start a transaction on a closed database #1042 nabigraphics

4.17.0 (13 September 2022)

  • REMOVE the isNode utility function so that we do not access the process variable in browsers.

4.16.0 (13 September 2022)

  • Rerelase because npm got stuck

4.15.0 (13 September 2022)

4.14.0 (18 Juli June 2022)

  • Updated dependencies.

4.13.0 (1 June 2022)

  • FIX ES module for Node.js #972

4.12.0 (25 May 2022)

4.11.0 (12 April 2022)

  • Replaced nano-time with microtime.
  • Improve IndexedDB method performance.

4.10.0 (3 February 2022)

  • Improve error message when calling postMessage to a closed channel.

4.9.0 (23 December 2021)

Bugfixes:

  • When listening to messages directly, responses that where send directly after addEventListener() where missing because of inaccurate JavaScript timing.

4.8.0 (15 December 2021)

Changes:

... (truncated)

Commits
  • b772346 4.18.1
  • 0e63523 chore(deps): update dependency testcafe to v2.0.2
  • 580bcf8 chore(deps): update dependency jest to v29.2.2
  • 37b09c2 chore(deps): update dependency @​babel/types to v7.20.0
  • a66c2c6 chore(deps): update actions/checkout action to v3 (#1057)
  • 6beb040 chore(deps): update dependency concurrently to v7.5.0
  • 93cc735 chore(deps): update dependency uglify-js to v3.17.4
  • f95586a chore(deps): update dependency eslint to v8.26.0
  • 8948d96 chore(deps): update dependency @​rollup/plugin-node-resolve to v15.0.1
  • 8fe22ba chore(deps): update babel monorepo to v7.19.6
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [broadcast-channel](https://github.com/pubkey/broadcast-channel) from 3.7.0 to 4.18.1.
- [Release notes](https://github.com/pubkey/broadcast-channel/releases)
- [Changelog](https://github.com/pubkey/broadcast-channel/blob/master/CHANGELOG.md)
- [Commits](pubkey/broadcast-channel@3.7.0...4.18.1)

---
updated-dependencies:
- dependency-name: broadcast-channel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 9, 2023

Superseded by #52.

@dependabot dependabot bot closed this Jan 9, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/broadcast-channel-4.18.1 branch January 9, 2023 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants